projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d76424
)
board: tec-ng: Do not make directories in a board Makefile
author
Masahiro Yamada
<
[email protected]
>
Tue, 14 Jan 2014 01:55:02 +0000
(10:55 +0900)
committer
Tom Rini
<
[email protected]
>
Fri, 24 Jan 2014 21:59:07 +0000
(16:59 -0500)
Commit
e5c5301f
refactored the build system not to make
directories in board makefiles.
But commit
8f380381
create directories again in
board/avionic-design/tec-ng/Makefile.
Signed-off-by: Masahiro Yamada <
[email protected]
>
Cc: Alban Bedel <
[email protected]
>
board/avionic-design/tec-ng/Makefile
patch
|
blob
|
history
diff --git
a/board/avionic-design/tec-ng/Makefile
b/board/avionic-design/tec-ng/Makefile
index f41eb307231d60448b933703617edf6d151a8452..79d86026261be586889202f6c25f927c6e3d3fe0 100644
(file)
--- a/
board/avionic-design/tec-ng/Makefile
+++ b/
board/avionic-design/tec-ng/Makefile
@@
-5,8
+5,6
@@
# SPDX-License-Identifier: GPL-2.0+
#
-$(shell mkdir -p $(obj)../common $(obj)../../nvidia/common)
-
obj-y := ../common/tamonten-ng.o
include ../../nvidia/common/common.mk